Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to event-listener v3.0.0 #59

Merged
merged 4 commits into from
Sep 16, 2023
Merged

Bump to event-listener v3.0.0 #59

merged 4 commits into from
Sep 16, 2023

Conversation

notgull
Copy link
Member

@notgull notgull commented May 20, 2023

Testing to make sure that event-listener v3.0.0 actually works before we release smol-rs/event-listener#58

notgull added a commit to smol-rs/event-listener that referenced this pull request May 23, 2023
@notgull
Copy link
Member Author

notgull commented Aug 6, 2023

Given smol-rs/smol#258 I've also elected to make the futures !Unpin, as it lets us save a heap allocation. This is a breaking change.

src/lib.rs Outdated Show resolved Hide resolved
@notgull notgull mentioned this pull request Aug 18, 2023
@notgull notgull marked this pull request as ready for review September 11, 2023 15:43
@notgull
Copy link
Member Author

notgull commented Sep 11, 2023

Since event-listener v3 and event-listener-strategy v0.1.0 have now been released, this is now ready for review.

notgull and others added 4 commits September 15, 2023 18:17
This commit makes async-channel use the new release of event-listener.
Highlights include a marked increase in efficiency and no_std support.

Supersedes #54

Signed-off-by: John Nunley <dev@notgull.net>
This is a breaking change. However, it comes with the ability to avoid
heap allocations in many cases, which is a significant boon for users
for async-channel.

Signed-off-by: John Nunley <dev@notgull.net>
This feature can be disabled to allow the crate to be used without
the standard library on embedded environments.

Closes #64

Signed-off-by: John Nunley <dev@notgull.net>
Replace the Git patch and use event-listener v3.0.0 and
event-listener-strategy v0.1.0 from crates.io.

Signed-off-by: John Nunley <dev@notgull.net>
@notgull notgull merged commit 618701f into master Sep 16, 2023
7 checks passed
@notgull notgull deleted the notgull/evl-3.0 branch September 16, 2023 01:25
@notgull notgull mentioned this pull request Sep 25, 2023
notgull added a commit to smol-rs/event-listener that referenced this pull request May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants